home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / FCHEK284.ZIP / test / Okay / assign.fc7 < prev    next >
Encoding:
Text File  |  1995-05-26  |  4.4 KB  |  123 lines

  1.  
  2. FTNCHEK Version 2.8 May 1995
  3.  
  4. File assign.f:
  5.       5       c1 = c5
  6.                  ^
  7. Warning near line 5 col 10 file assign.f:  char*5 C5 truncated to char*1 C1
  8.      10       c5 = 5Hhello
  9.                    ^
  10. Warning near line 10 col 12 file assign.f: hollerith constant may not be
  11.  portable
  12.                  ^
  13. Error near line 10 col 10 file assign.f: type mismatch: holl*5 const assigned
  14.  to char*5 C5
  15.      11       c5 = 11Hhello there
  16.                    ^
  17. Warning near line 11 col 12 file assign.f: hollerith constant may not be
  18.  portable
  19.                  ^
  20. Error near line 11 col 10 file assign.f: type mismatch: holl*11 const assigned
  21.  to char*5 C5
  22. Warning in module SIZEPROP file assign.f:
  23.    Variables declared but never referenced:
  24.        C10                  I*                 X*        
  25.   * Dummy argument
  26.  
  27.    Variables may be used before set:
  28.         C5         
  29.  
  30.      31       i = m
  31.                 ^
  32. Nonportable usage near line 31 col 9 file assign.f: mixed default and explicit 
  33. precision items: intg*4 M assigned to intg I
  34.      34       i = i2
  35.                 ^
  36. Nonportable usage near line 34 col 9 file assign.f: mixed default and explicit 
  37. precision items: intg*2 I2 assigned to intg I
  38.      35       i = i4
  39.                 ^
  40. Nonportable usage near line 35 col 9 file assign.f: mixed default and explicit 
  41. precision items: intg*4 I4 assigned to intg I
  42.      36       i4 = i
  43.                  ^
  44. Nonportable usage near line 36 col 10 file assign.f: mixed default and
  45.  explicit precision items: intg I assigned to intg*4 I4
  46.      38       i2 = i4
  47.                  ^
  48. Warning near line 38 col 10 file assign.f:  intg*4 I4 truncated to intg*2 I2
  49.      39       i = 4habcd
  50.                   ^
  51. Warning near line 39 col 11 file assign.f: hollerith constant may not be
  52.  portable
  53.                 ^
  54. Nonportable usage near line 39 col 9 file assign.f: mixed default and explicit 
  55. size items: holl*4 const assigned to intg I
  56.      40       i = 8habcdefgh
  57.                   ^
  58. Warning near line 40 col 11 file assign.f: hollerith constant may not be
  59.  portable
  60.                 ^
  61. Warning near line 40 col 9 file assign.f:  holl*8 const truncated to intg I
  62.      41       x = r4
  63.                 ^
  64. Nonportable usage near line 41 col 9 file assign.f: mixed default and explicit 
  65. precision items: real*4 R4 assigned to real X
  66.      42       x = r8
  67.                 ^
  68. Warning near line 42 col 9 file assign.f:  real*8 R8 truncated to real X
  69.      43       x = c
  70.                 ^
  71. Warning near line 43 col 9 file assign.f:  cplx C truncated to real X
  72.      44       d = x
  73.                 ^
  74. Warning near line 44 col 9 file assign.f:  real X promoted to dble D : may not
  75.  give desired precision
  76.      45       x = d
  77.                 ^
  78. Warning near line 45 col 9 file assign.f:  dble D truncated to real X
  79.      47       d = z
  80.                 ^
  81. Warning near line 47 col 9 file assign.f:  dcpx Z truncated to dble D
  82.      48       r16 = d
  83.                   ^
  84. Warning near line 48 col 11 file assign.f:  dble D promoted to real*16 R16 :
  85.  may not give desired precision
  86.      49       r16 = r8
  87.                   ^
  88. Warning near line 49 col 11 file assign.f:  real*8 R8 promoted to real*16 R16 
  89. : may not give desired precision
  90.      51       c = z
  91.                 ^
  92. Warning near line 51 col 9 file assign.f:  dcpx Z truncated to cplx C
  93.      52       i = L4
  94.                 ^
  95. Error near line 52 col 9 file assign.f: type mismatch: logl*4 L4 assigned to 
  96. intg I
  97. Warning in module %MAIN file assign.f:
  98.    Variables declared but never referenced:
  99.        C16                C32                  J                  L         
  100.         L2                  Y         
  101.  
  102.    Variables used before set:
  103.         L4                 R4                 R8         
  104.  
  105.    Variables may be used before set:
  106.          C                 I2                 I4         
  107.  
  108.  
  109.  3 syntax errors detected in file assign.f
  110.  26 warnings issued in file assign.f
  111.  
  112. Subprogram SIZEPROP:  argument data type mismatch
  113.   at position 2:
  114.     Dummy arg I is type intg  in module SIZEPROP line 2 file assign.f
  115.     Actual arg I2 is type intg*2  in module %MAIN line 53 file assign.f
  116.   at position 3:
  117.     Dummy arg X is type real  in module SIZEPROP line 2 file assign.f
  118.     Actual arg R16 is type real*16  in module %MAIN line 53 file assign.f
  119. Subprogram SIZEPROP:  argument usage mismatch
  120.   at position 1:
  121.     Dummy arg CADJ is modified in module SIZEPROP line 2 file assign.f
  122.     Actual arg 'hello' is const or expr in module %MAIN line 53 file assign.f
  123.